home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / plot.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  2000-08-01  |  278 b   |  12 lines

  1. on exitFrame
  2.   initializeCircle()
  3.   puppetSprite(16, 1)
  4.   if the hilite of cast "Degrees" then
  5.     set the castNum of sprite 16 to cast "Degs"
  6.   else
  7.     set the castNum of sprite 16 to cast "Rads"
  8.   end if
  9.   put "(1.00, 0.02)" into field "x-y"
  10.   put "0.02" into field "Y1"
  11. end
  12.